Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1.0.8 (June 28, 2017)
🐛 Bug Fix
react-scripts
CI
variable is set to true. (@varnav)PUBLIC_URL
for CDN. (@jeffposnick)index.css
overApp.css
. (@bryankang)react-dev-utils
ModuleScopePlugin
. (@diligiant)💅 Enhancement
react-scripts
.web.js
extension for React Native Web. (@mini-eggs)sw-precache-webpack-plugin
to lastest version. (@goldhand)dgram
Node module. (@micopiira)service-worker.js
is not found. (@ro-savage)babel-preset-react-app
,react-dev-utils
,react-scripts
create-react-app
,react-scripts
react-scripts
independencies
, notdevDependencies
. (@gaearon)react-dev-utils
yarn build
in output. (@gaearon)create-react-app
📝 Documentation
User Guide
source-map-explorer
. (@gr33nfury)REACT_EDITOR
environment variable. (@wirmar)jest-enzyme
section. (@luftywiranda13)README
🏠 Internal
Other
react-scripts
react-dev-utils
Committers: 46
Migrating from 1.0.7 to 1.0.8
Inside any created project that has not been ejected, run:
or
You may optionally then move
react-scripts
fromdevDependencies
todependencies
since that’s how we’ll structure newly created projects. It is not necessary though.If you left the service worker integration enabled and didn’t change how it works, you can replace
src/registerServiceWorker.js
with this updated version.If you haven't changed the default CSS organization, you may want to apply this fix that makes
index.css
take precedence overApp.css
in your project.